public static PDFTextLineCollection wrapString( java.lang.String s, PDFFont font, double width ) |
Parameters
- s
- String to wrap.
- font
- Font used to draw the text.
- width
- Maximum width for wrapping.
Return Value
A collection of text lines representing the wrapped text.